home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / disk-tools / file splitter / chunker / source / chunker.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-01  |  390 b   |  24 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker
  4.  *
  5.  * Copyright ©1995 Lee Kindness
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * chunker.h
  9.  */
  10.  
  11. #ifndef __CHUNKER_H__
  12. #define __CHUNKER_H__
  13.  
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include "bfn.h"
  17. #include "machine.h"
  18. #include "version.h"
  19.  
  20. const char ver[] = "\0$VER: Chunker " VERSION_NUM " " VERSION_DATE;
  21.  
  22. #endif
  23.  
  24.